home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-06008.DIR / 00001.ls next >
Encoding:
Text File  |  1998-03-12  |  1.3 KB  |  42 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if the visible of sprite 5 = 1 then
  4.     if the visible of sprite 6 = 1 then
  5.       if the visible of sprite 7 = 1 then
  6.         if the visible of sprite 8 = 1 then
  7.           if the visible of sprite 9 = 1 then
  8.             if the visible of sprite 10 = 1 then
  9.               set the visible of sprite 22 to 1
  10.               set the visible of sprite 23 to 1
  11.             else
  12.               set the visible of sprite 22 to 0
  13.               set the visible of sprite 21 to 0
  14.               set the visible of sprite 23 to 0
  15.             end if
  16.           else
  17.             set the visible of sprite 22 to 0
  18.             set the visible of sprite 21 to 0
  19.             set the visible of sprite 23 to 0
  20.           end if
  21.         else
  22.           set the visible of sprite 22 to 0
  23.           set the visible of sprite 21 to 0
  24.           set the visible of sprite 23 to 0
  25.         end if
  26.       else
  27.         set the visible of sprite 22 to 0
  28.         set the visible of sprite 21 to 0
  29.         set the visible of sprite 23 to 0
  30.       end if
  31.     else
  32.       set the visible of sprite 22 to 0
  33.       set the visible of sprite 21 to 0
  34.       set the visible of sprite 23 to 0
  35.     end if
  36.   else
  37.     set the visible of sprite 22 to 0
  38.     set the visible of sprite 21 to 0
  39.     set the visible of sprite 23 to 0
  40.   end if
  41. end
  42.